(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
authorKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 22:35:29 +0000 (22:35 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 22:35:29 +0000 (22:35 +0000)
commit0778e239ec0858d98f30bc5342f5c5479ab694af
tree2cad49ab65e83ff71bc1c66dbe10152d357486bc
parent2131ed2c6934c06af488f13087f57be112ea3d7d
(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
in that memory area are unknown to GC.  Add comments.
src/lisp.h